internal/abi.Offset.ptrSize (field)

8 uses

	internal/abi (current package)
		compiletype.go#L47: 	ptrSize    uint8  // the size of a pointer in bytes
		compiletype.go#L54: 		return Offset{off: 0, align: 1, ptrSize: ptrSize, sliceAlign: 2 * ptrSize}
		compiletype.go#L56: 	return Offset{off: 0, align: 1, ptrSize: ptrSize, sliceAlign: ptrSize}
		compiletype.go#L122: 	if o.ptrSize == 0 {
		compiletype.go#L125: 	return o.plus(uint64(o.ptrSize))
		compiletype.go#L131: 	o.off += 3 * uint64(o.ptrSize)
		compiletype.go#L142: 	o.off += 2 * uint64(o.ptrSize)
		compiletype.go#L149: 	o.off += 2 * uint64(o.ptrSize)